MessageFormatException Constructor (String) |
Initializes a new instance of the MessageFormatException class with the specified error message.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MessageFormatException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
Error description.
See Also